home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / DriverKit / QVision / QVision_reloc.tproj / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1994-08-18  |  268 b   |  7 lines

  1. MAKEFILEDIR = /NextDeveloper/Makefiles/driverkit
  2. MAKEFILE = Makefile.main_driver
  3.  
  4. # shouldn't need to define the following flags to be able to do PCI stuff
  5. PRIVATE_DEFINES = -DKERNEL_PRIVATE -DDRIVER_PRIVATE
  6. OTHER_CFLAGS = -I/LocalDeveloper/Headers $(PRIVATE_DEFINES)
  7.